GtkListBox: Mention activatable and selectable in the docs
authorMatthias Clasen <mclasen@redhat.com>
Wed, 16 Jul 2014 03:45:27 +0000 (23:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 16 Jul 2014 03:57:34 +0000 (23:57 -0400)
gtk/gtklistbox.c

index 1095f6f732d79a99ca23b18039c6eb59795e028f..29449e95d0fdf3dfb5bfd75f61db8752bfeed190 100644 (file)
  * add any kind of widget to it via gtk_container_add(), and a #GtkListBoxRow
  * widget will automatically be inserted between the list and the widget.
  *
+ * #GtkListBoxRows can be marked as activatable or selectable. If a row
+ * is activatable, #GtkListBox::row-activated will be emitted for it when
+ * the user tries to activate it. If it is selectable, the row will be marked
+ * as selected when the user tries to select it.
+ *
  * The GtkListBox widget was added in GTK+ 3.10.
  */